3.1.48 \(\int \frac {a+b \tanh ^{-1}(c x)}{x^2 (d+c d x)} \, dx\) [48]

Optimal. Leaf size=93 \[ -\frac {a+b \tanh ^{-1}(c x)}{d x}+\frac {b c \log (x)}{d}-\frac {b c \log \left (1-c^2 x^2\right )}{2 d}-\frac {c \left (a+b \tanh ^{-1}(c x)\right ) \log \left (2-\frac {2}{1+c x}\right )}{d}+\frac {b c \text {PolyLog}\left (2,-1+\frac {2}{1+c x}\right )}{2 d} \]

[Out]

(-a-b*arctanh(c*x))/d/x+b*c*ln(x)/d-1/2*b*c*ln(-c^2*x^2+1)/d-c*(a+b*arctanh(c*x))*ln(2-2/(c*x+1))/d+1/2*b*c*po
lylog(2,-1+2/(c*x+1))/d

________________________________________________________________________________________

Rubi [A]
time = 0.11, antiderivative size = 93, normalized size of antiderivative = 1.00, number of steps used = 8, number of rules used = 8, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.400, Rules used = {6081, 6037, 272, 36, 29, 31, 6079, 2497} \begin {gather*} -\frac {a+b \tanh ^{-1}(c x)}{d x}-\frac {c \log \left (2-\frac {2}{c x+1}\right ) \left (a+b \tanh ^{-1}(c x)\right )}{d}-\frac {b c \log \left (1-c^2 x^2\right )}{2 d}+\frac {b c \text {Li}_2\left (\frac {2}{c x+1}-1\right )}{2 d}+\frac {b c \log (x)}{d} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(a + b*ArcTanh[c*x])/(x^2*(d + c*d*x)),x]

[Out]

-((a + b*ArcTanh[c*x])/(d*x)) + (b*c*Log[x])/d - (b*c*Log[1 - c^2*x^2])/(2*d) - (c*(a + b*ArcTanh[c*x])*Log[2
- 2/(1 + c*x)])/d + (b*c*PolyLog[2, -1 + 2/(1 + c*x)])/(2*d)

Rule 29

Int[(x_)^(-1), x_Symbol] :> Simp[Log[x], x]

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rule 36

Int[1/(((a_.) + (b_.)*(x_))*((c_.) + (d_.)*(x_))), x_Symbol] :> Dist[b/(b*c - a*d), Int[1/(a + b*x), x], x] -
Dist[d/(b*c - a*d), Int[1/(c + d*x), x], x] /; FreeQ[{a, b, c, d}, x] && NeQ[b*c - a*d, 0]

Rule 272

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Dist[1/n, Subst[Int[x^(Simplify[(m + 1)/n] - 1)*(a
+ b*x)^p, x], x, x^n], x] /; FreeQ[{a, b, m, n, p}, x] && IntegerQ[Simplify[(m + 1)/n]]

Rule 2497

Int[Log[u_]*(Pq_)^(m_.), x_Symbol] :> With[{C = FullSimplify[Pq^m*((1 - u)/D[u, x])]}, Simp[C*PolyLog[2, 1 - u
], x] /; FreeQ[C, x]] /; IntegerQ[m] && PolyQ[Pq, x] && RationalFunctionQ[u, x] && LeQ[RationalFunctionExponen
ts[u, x][[2]], Expon[Pq, x]]

Rule 6037

Int[((a_.) + ArcTanh[(c_.)*(x_)^(n_.)]*(b_.))^(p_.)*(x_)^(m_.), x_Symbol] :> Simp[x^(m + 1)*((a + b*ArcTanh[c*
x^n])^p/(m + 1)), x] - Dist[b*c*n*(p/(m + 1)), Int[x^(m + n)*((a + b*ArcTanh[c*x^n])^(p - 1)/(1 - c^2*x^(2*n))
), x], x] /; FreeQ[{a, b, c, m, n}, x] && IGtQ[p, 0] && (EqQ[p, 1] || (EqQ[n, 1] && IntegerQ[m])) && NeQ[m, -1
]

Rule 6079

Int[((a_.) + ArcTanh[(c_.)*(x_)]*(b_.))^(p_.)/((x_)*((d_) + (e_.)*(x_))), x_Symbol] :> Simp[(a + b*ArcTanh[c*x
])^p*(Log[2 - 2/(1 + e*(x/d))]/d), x] - Dist[b*c*(p/d), Int[(a + b*ArcTanh[c*x])^(p - 1)*(Log[2 - 2/(1 + e*(x/
d))]/(1 - c^2*x^2)), x], x] /; FreeQ[{a, b, c, d, e}, x] && IGtQ[p, 0] && EqQ[c^2*d^2 - e^2, 0]

Rule 6081

Int[(((a_.) + ArcTanh[(c_.)*(x_)]*(b_.))^(p_.)*((f_.)*(x_))^(m_))/((d_) + (e_.)*(x_)), x_Symbol] :> Dist[1/d,
Int[(f*x)^m*(a + b*ArcTanh[c*x])^p, x], x] - Dist[e/(d*f), Int[(f*x)^(m + 1)*((a + b*ArcTanh[c*x])^p/(d + e*x)
), x], x] /; FreeQ[{a, b, c, d, e, f}, x] && IGtQ[p, 0] && EqQ[c^2*d^2 - e^2, 0] && LtQ[m, -1]

Rubi steps

\begin {align*} \int \frac {a+b \tanh ^{-1}(c x)}{x^2 (d+c d x)} \, dx &=-\left (c \int \frac {a+b \tanh ^{-1}(c x)}{x (d+c d x)} \, dx\right )+\frac {\int \frac {a+b \tanh ^{-1}(c x)}{x^2} \, dx}{d}\\ &=-\frac {a+b \tanh ^{-1}(c x)}{d x}-\frac {c \left (a+b \tanh ^{-1}(c x)\right ) \log \left (2-\frac {2}{1+c x}\right )}{d}+\frac {(b c) \int \frac {1}{x \left (1-c^2 x^2\right )} \, dx}{d}+\frac {\left (b c^2\right ) \int \frac {\log \left (2-\frac {2}{1+c x}\right )}{1-c^2 x^2} \, dx}{d}\\ &=-\frac {a+b \tanh ^{-1}(c x)}{d x}-\frac {c \left (a+b \tanh ^{-1}(c x)\right ) \log \left (2-\frac {2}{1+c x}\right )}{d}+\frac {b c \text {Li}_2\left (-1+\frac {2}{1+c x}\right )}{2 d}+\frac {(b c) \text {Subst}\left (\int \frac {1}{x \left (1-c^2 x\right )} \, dx,x,x^2\right )}{2 d}\\ &=-\frac {a+b \tanh ^{-1}(c x)}{d x}-\frac {c \left (a+b \tanh ^{-1}(c x)\right ) \log \left (2-\frac {2}{1+c x}\right )}{d}+\frac {b c \text {Li}_2\left (-1+\frac {2}{1+c x}\right )}{2 d}+\frac {(b c) \text {Subst}\left (\int \frac {1}{x} \, dx,x,x^2\right )}{2 d}+\frac {\left (b c^3\right ) \text {Subst}\left (\int \frac {1}{1-c^2 x} \, dx,x,x^2\right )}{2 d}\\ &=-\frac {a+b \tanh ^{-1}(c x)}{d x}+\frac {b c \log (x)}{d}-\frac {b c \log \left (1-c^2 x^2\right )}{2 d}-\frac {c \left (a+b \tanh ^{-1}(c x)\right ) \log \left (2-\frac {2}{1+c x}\right )}{d}+\frac {b c \text {Li}_2\left (-1+\frac {2}{1+c x}\right )}{2 d}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.10, size = 93, normalized size = 1.00 \begin {gather*} \frac {-2 \left (a+b \tanh ^{-1}(c x) \left (1+c x \log \left (1-e^{-2 \tanh ^{-1}(c x)}\right )\right )+a c x \log (x)-a c x \log (1+c x)-b c x \log \left (\frac {c x}{\sqrt {1-c^2 x^2}}\right )\right )+b c x \text {PolyLog}\left (2,e^{-2 \tanh ^{-1}(c x)}\right )}{2 d x} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(a + b*ArcTanh[c*x])/(x^2*(d + c*d*x)),x]

[Out]

(-2*(a + b*ArcTanh[c*x]*(1 + c*x*Log[1 - E^(-2*ArcTanh[c*x])]) + a*c*x*Log[x] - a*c*x*Log[1 + c*x] - b*c*x*Log
[(c*x)/Sqrt[1 - c^2*x^2]]) + b*c*x*PolyLog[2, E^(-2*ArcTanh[c*x])])/(2*d*x)

________________________________________________________________________________________

Maple [B] Leaf count of result is larger than twice the leaf count of optimal. \(218\) vs. \(2(91)=182\).
time = 0.21, size = 219, normalized size = 2.35

method result size
risch \(\frac {c b \ln \left (-c x \right )}{2 d}-\frac {c b \ln \left (-c x +1\right )}{2 d}+\frac {b \ln \left (-c x +1\right )}{2 d x}-\frac {c \dilog \left (-c x +1\right ) b}{2 d}-\frac {c b \ln \left (\frac {c x}{2}+\frac {1}{2}\right ) \ln \left (-c x +1\right )}{2 d}+\frac {c b \ln \left (\frac {c x}{2}+\frac {1}{2}\right ) \ln \left (-\frac {c x}{2}+\frac {1}{2}\right )}{2 d}+\frac {c b \dilog \left (-\frac {c x}{2}+\frac {1}{2}\right )}{2 d}-\frac {a}{d x}-\frac {c a \ln \left (-c x \right )}{d}+\frac {c a \ln \left (-c x -1\right )}{d}+\frac {b c \ln \left (c x \right )}{2 d}-\frac {b c \ln \left (c x +1\right )}{2 d}-\frac {b \ln \left (c x +1\right )}{2 d x}+\frac {b c \ln \left (c x +1\right )^{2}}{4 d}+\frac {b c \dilog \left (c x +1\right )}{2 d}\) \(215\)
derivativedivides \(c \left (\frac {a \ln \left (c x +1\right )}{d}-\frac {a}{d c x}-\frac {a \ln \left (c x \right )}{d}+\frac {b \arctanh \left (c x \right ) \ln \left (c x +1\right )}{d}-\frac {b \arctanh \left (c x \right )}{d c x}-\frac {b \arctanh \left (c x \right ) \ln \left (c x \right )}{d}+\frac {b \ln \left (c x \right )}{d}-\frac {b \ln \left (c x +1\right )}{2 d}-\frac {b \ln \left (c x -1\right )}{2 d}+\frac {b \dilog \left (c x +1\right )}{2 d}+\frac {b \ln \left (c x \right ) \ln \left (c x +1\right )}{2 d}+\frac {b \dilog \left (c x \right )}{2 d}-\frac {b \ln \left (-\frac {c x}{2}+\frac {1}{2}\right ) \ln \left (\frac {c x}{2}+\frac {1}{2}\right )}{2 d}+\frac {b \ln \left (-\frac {c x}{2}+\frac {1}{2}\right ) \ln \left (c x +1\right )}{2 d}-\frac {b \dilog \left (\frac {c x}{2}+\frac {1}{2}\right )}{2 d}-\frac {b \ln \left (c x +1\right )^{2}}{4 d}\right )\) \(219\)
default \(c \left (\frac {a \ln \left (c x +1\right )}{d}-\frac {a}{d c x}-\frac {a \ln \left (c x \right )}{d}+\frac {b \arctanh \left (c x \right ) \ln \left (c x +1\right )}{d}-\frac {b \arctanh \left (c x \right )}{d c x}-\frac {b \arctanh \left (c x \right ) \ln \left (c x \right )}{d}+\frac {b \ln \left (c x \right )}{d}-\frac {b \ln \left (c x +1\right )}{2 d}-\frac {b \ln \left (c x -1\right )}{2 d}+\frac {b \dilog \left (c x +1\right )}{2 d}+\frac {b \ln \left (c x \right ) \ln \left (c x +1\right )}{2 d}+\frac {b \dilog \left (c x \right )}{2 d}-\frac {b \ln \left (-\frac {c x}{2}+\frac {1}{2}\right ) \ln \left (\frac {c x}{2}+\frac {1}{2}\right )}{2 d}+\frac {b \ln \left (-\frac {c x}{2}+\frac {1}{2}\right ) \ln \left (c x +1\right )}{2 d}-\frac {b \dilog \left (\frac {c x}{2}+\frac {1}{2}\right )}{2 d}-\frac {b \ln \left (c x +1\right )^{2}}{4 d}\right )\) \(219\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*arctanh(c*x))/x^2/(c*d*x+d),x,method=_RETURNVERBOSE)

[Out]

c*(a/d*ln(c*x+1)-a/d/c/x-a/d*ln(c*x)+b/d*arctanh(c*x)*ln(c*x+1)-b/d*arctanh(c*x)/c/x-b/d*arctanh(c*x)*ln(c*x)+
b/d*ln(c*x)-1/2*b/d*ln(c*x+1)-1/2*b/d*ln(c*x-1)+1/2*b/d*dilog(c*x+1)+1/2*b/d*ln(c*x)*ln(c*x+1)+1/2*b/d*dilog(c
*x)-1/2*b/d*ln(-1/2*c*x+1/2)*ln(1/2*c*x+1/2)+1/2*b/d*ln(-1/2*c*x+1/2)*ln(c*x+1)-1/2*b/d*dilog(1/2*c*x+1/2)-1/4
*b/d*ln(c*x+1)^2)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*arctanh(c*x))/x^2/(c*d*x+d),x, algorithm="maxima")

[Out]

a*(c*log(c*x + 1)/d - c*log(x)/d - 1/(d*x)) + 1/2*b*integrate((log(c*x + 1) - log(-c*x + 1))/(c*d*x^3 + d*x^2)
, x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*arctanh(c*x))/x^2/(c*d*x+d),x, algorithm="fricas")

[Out]

integral((b*arctanh(c*x) + a)/(c*d*x^3 + d*x^2), x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \frac {\int \frac {a}{c x^{3} + x^{2}}\, dx + \int \frac {b \operatorname {atanh}{\left (c x \right )}}{c x^{3} + x^{2}}\, dx}{d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*atanh(c*x))/x**2/(c*d*x+d),x)

[Out]

(Integral(a/(c*x**3 + x**2), x) + Integral(b*atanh(c*x)/(c*x**3 + x**2), x))/d

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*arctanh(c*x))/x^2/(c*d*x+d),x, algorithm="giac")

[Out]

integrate((b*arctanh(c*x) + a)/((c*d*x + d)*x^2), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {a+b\,\mathrm {atanh}\left (c\,x\right )}{x^2\,\left (d+c\,d\,x\right )} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*atanh(c*x))/(x^2*(d + c*d*x)),x)

[Out]

int((a + b*atanh(c*x))/(x^2*(d + c*d*x)), x)

________________________________________________________________________________________